home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2a.lha / p4-1.2a / lib_f / interface next >
Text File  |  1992-10-19  |  549b  |  28 lines

  1. *   int p4_initenv();
  2. *   int p4_create_procgroup();
  3. *   int p4_wait_for_end();
  4.  
  5. *   int p4_get_my_id();
  6. *   int p4_num_total_ids();
  7.  
  8. *   int p4_get_my_cluster_id();
  9. *   int p4_num_cluster_ids();
  10. *   VOID p4_get_cluster_ids():
  11.  
  12. *   int p4_broadcast();
  13. *   int p4_broadcastx();
  14. *   int p4_send();
  15. *   int p4_sendx();
  16. *   int p4_sendr();
  17. *   int p4_sendrx();
  18. *   BOOL p4_messages_available();
  19. *   int p4_recv();
  20.     int p4_global_op();
  21.  
  22. *   int p4_clock();
  23. *   int p4_ustimer();
  24. *   char *p4_version();
  25.  
  26. *   int p4_soft_errors();
  27. *   VOID p4_error();
  28.